home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / main.dir / 00095.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  161 b   |  10 lines

  1. on mouseUp
  2.   if rollOver(the clickOn) then
  3.     AllSoundStop()
  4.     MainPuppetsOff()
  5.     puppetSound("transnd.aif")
  6.     updateStage()
  7.     go("bingo")
  8.   end if
  9. end
  10.